← Index
NYTProf Performance Profile   
For ./move_planets.pl
  Run on Tue Jan 23 21:11:41 2024
Reported on Tue Jan 23 21:12:47 2024

Filename(eval 3)[/usr/local/lib/perl5/5.36/Carp.pm:116]
StatementsExecuted 1 statements in 5µs
Eval Invoked At/usr/local/lib/perl5/5.36/Carp.pm line 116
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
0000s0sCarp::::__ANON__[:4]Carp::__ANON__[:4]
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1sub ($) {
2 my $u = utf8::native_to_unicode($_[0]);
3 $u >= 0x20 && $u <= 0x7e;
415µs }
5;